home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xtorxpl.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1009 b   |  48 lines

  1. // =================
  2. // TORPEDO EXPLOSION
  3. // =================
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 2
  9. particleClass1 = "xtorxpl.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12. particleClass2 = "xtorxpl.shock"
  13. particleCount2 = 1
  14. particleVeloc2 = "0.0 0.0 0.0"
  15.  
  16. explSound = "xmv1.wav"
  17. damageRadius = 50.0
  18. damageValue(N) = 1000
  19. damageValue(L) = 1000
  20. damageValue(H) = 1000
  21. damageValue(S) = 1000
  22. damageValue(D) = 1000
  23. damageValue(A) = 1000
  24.  
  25. [Core]
  26. simulateBase = "sim_null"
  27. lifeTime = 1.0
  28. renderBase = "draw_twirl"
  29. textureName = "flame.tga"
  30. textureBlend = "one one modulate"
  31. startColor = "63 255 255 255"
  32. finishColor = "0 0 255 0"
  33. startRadius = 3.0
  34. finishRadius = 30.0
  35. animateTime = 1.0
  36.  
  37. [Shock]
  38. simulateBase = "sim_null"
  39. lifeTime = 0.3
  40. renderBase = "draw_sphere"
  41. textureName = "vsmoke.tga"
  42. textureBlend = "one one modulate"
  43. startColor = "63 255 255 127"
  44. finishColor = "0 0 255 0"
  45. startRadius = 3.0
  46. finishRaius = 60.0
  47. animateTime = 0.3
  48.